[Top] [Prev] [Next] [Bottom] [Contents]

SaGetApiMaxNum

Gets the amount of requests that a Sapphire generated application server will handle before exiting.

Synopsis

#include "SaRnHtml.h"
int SaGetApiMaxNum SUTPROTO(());

Arguments

None.

Return Values

Number indicating the amount of requests that a Sapphire generated application server will handle before exiting.

Description

Gets the amount of requests that a Sapphire generated application server will handle before exiting. The default value is 250.

Example

int num;
num = SaGetApiMaxNum();

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.